home *** CD-ROM | disk | FTP | other *** search
- Path: oxy.rust.net!usenet
- From: ebennett@rust.net
- Newsgroups: comp.lang.c++
- Subject: Re: Large arrays in c++?
- Date: Thu, 25 Jan 1996 04:01:27 GMT
- Organization: Rust Net - High Speed Internet in Detroit 810-642-2276
- Message-ID: <4e6koi$ela@oxy.rust.net>
- References: <4e4ssa$n9t@mira.sara.nl>
- NNTP-Posting-Host: liv-18.rust.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- Paul Langemeijer <lmeijer@phys.uva.nl> wrote:
-
- >Hello,
-
- >I am working on a simulation program that generates a lot of
- >(complex) numbers which I would like to store in a large array, to
- >make a FFT lateron.
- >The calloc function will not allow me enough memory to store my
- >approximately 1Mb of data, though there is enough internal memory
- >on my PC. How can I fix this? I am using Borland C++ under DOS.
-
- You will need something like the PharLap DOS Extender, or the Borland
- DOS PowerPack. I have also seen some libraries in the BCPPLIB forum
- on CIS which are supposed to handle this, but I do not know anything
- about those.
-
- Earl Bennett
-
-
-